home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / disk / upcopy60.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-08-21  |  807b  |  29 lines

  1. @echo off
  2. if not "%1"=="" goto copyit
  3. Echo.
  4. Echo UPCOPY updates directories by copying new and more recent files 
  5. Echo in both directions. (Look at README.BAT before installing if you
  6. Echo have not already done so).
  7. Echo.
  8. Echo Installation copies UPC*.* and DC.BAT to a utilities directory or
  9. Echo DOS system directory you specify. This should be a directory listed
  10. Echo in the PATH variable below, or one you create and add to PATH.
  11. Echo A typical install command would be:
  12. Echo.
  13. Echo       INSTALL C:\UTILS
  14. Echo.
  15. Echo Later if you want to uninstall UPCOPY, just erase the files from your
  16. Echo hard disk. Your files CONFIG.SYS and AUTOEXEC.BAT are not modified.
  17. Echo.
  18. Echo Your path is:
  19. Echo.
  20. PATH
  21. Echo.
  22. goto end
  23. :copyit
  24. echo on
  25. UPCOPY/F UPC*.* %1
  26. PAUSE
  27. UPCOPY/F DC.BAT %1
  28. :end
  29.